google.golang.org/protobuf/reflect/protoreflect.Map.Range (method)
9 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value.go#L241: Range(f func(MapKey, Value) bool)
google.golang.org/protobuf/proto
checkinit.go#L58: v.Map().Range(func(key protoreflect.MapKey, v protoreflect.Value) bool {
equal.go#L95: x.Range(func(k protoreflect.MapKey, vx protoreflect.Value) bool {
merge.go#L122: src.Range(func(k protoreflect.MapKey, v protoreflect.Value) bool {
size.go#L91: mapv.Range(func(key protoreflect.MapKey, value protoreflect.Value) bool {
github.com/golang/protobuf/jsonpb
encode.go#L454: mv.Range(func(k protoreflect.MapKey, v protoreflect.Value) bool {
github.com/golang/protobuf/proto
defaults.go#L55: ms.Range(func(_ protoreflect.MapKey, v protoreflect.Value) bool {
discard.go#L45: ms.Range(func(_ protoreflect.MapKey, v protoreflect.Value) bool {
text_encode.go#L300: mv.Range(func(k protoreflect.MapKey, v protoreflect.Value) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)